home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00200.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  599 b   |  19 lines

  1. on exitFrame
  2.   global IQcursor
  3.   preloadMember("WATER DOWN.PICT", "Squishy")
  4.   sound stop 1
  5.   set the cursor of sprite 10 to IQcursor
  6.   set the cursor of sprite 11 to IQcursor
  7.   set the cursor of sprite 12 to IQcursor
  8.   set the cursor of sprite 13 to IQcursor
  9.   set the cursor of sprite 14 to IQcursor
  10.   set the cursor of sprite 15 to IQcursor
  11.   set the cursor of sprite 16 to IQcursor
  12.   set the cursor of sprite 17 to IQcursor
  13.   set the cursor of sprite 18 to IQcursor
  14.   set the cursor of sprite 19 to IQcursor
  15.   repeat with i = 30 to 38
  16.     set the cursor of sprite i to IQcursor
  17.   end repeat
  18. end
  19.